Welcome![Sign In][Sign Up]
Location:
Search - ucos keil

Search list

[Other resourcexltExlt2

Description: 这个例子如果运行,将在仿真的PC窗口中的第1,2,3行显示一些信息后,在随机位置显示 1 ~ 5 .由于keil c51默认不支持重入函数,它的重入函数使用仿真的重入栈而不使用系统栈,而Small RTOS 51没有进行重入栈管理,所以在TaskA~TaskE虽然及其相似,但不能合并. 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\\temp中,您可以在Project->Options for Target \"Target 1\"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. (2)编译时会有5个警告,其中一个是因为没有使用一个系统函数OSSendSignal引起,它可以忽略.另4个是禁止任务间变量覆盖分析引起,必须忽略.感谢网友John X. Liu,在这个例子中我使用了他编写的仿真(dllPc51Emu.dll),这个dll原来是为他移植的Ucos-ii for keil c51的例子编写. (3)Pc51Emu.dll在KEIL C51 V6.23 V7.00工作不正常.-If running this example, the simulation of the PC window of 1,2,3-line display some information, in a random location ~ 5. c51 as the default decoder does not support heavy-function, its emphasis on the use of simulation function to the re-use system without Push stack, Small RTOS 51 and no heavy Push management, in TaskA ~ TaskE and although similar, but not the merger. Note : (1) in KEIL C51 project, I have already output directory in e : \\ temp. You can Project -
Platform: | Size: 5956 | Author: 邢兰停 | Hits:

[Other resourceDisplayerEx3

Description: 这个例子是例子2的另一种写法(但任务数量不同),它使用了最高优先级任务作为显示任务,全局变量ShowChar作为参数.函数TaskB是优先级1~10的任务函数,因为没有使用局部变量,这些任务可以用一个函数. 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\\temp中,您可以在Project->Options for Target \"Target 1\"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. 感谢网友John X. Liu,在这个例子中我使用了他编写的仿真dll(Pc51Emu.dll),这个dll原来是为他移植的Ucos-ii for keil c51的例子编写. (2)Pc51Emu.dll在KEIL C51 V6.23 V7.00工作不正常. -this example is another example of a two way (but the number of different tasks), it uses the highest-priority task, as shown mandate, ShowChar global variable as a parameter. TaskB function is a priority task to ten function, because no use local variables, these tasks can use a function. attention : (1) in KEIL C51 project, I have incorporated the output directory in e : \\ temp, you could Project -
Platform: | Size: 5264 | Author: 邢兰停 | Hits:

[Other resourceifxC167_UCOS_II

Description: 利用ucos-ii编写的XC167的源程序编译环境为keil c1-use OUT-ii prepared by the XC167 the source compiler environment keil c1
Platform: | Size: 164613 | Author: cy | Hits:

[Other resourceLPC2142_ucos_keil_realview

Description: 我写的针对lpc2141的ucos源码,已经在里面新建了一个二极管闪烁的任务,编译环境keil realview-I write against the lpc2141 OUT source, has been built inside a diode flashing tasks, build environment keil realview
Platform: | Size: 307780 | Author: 柯新宇 | Hits:

[Other resourceuCOSKeil276

Description: C Source Code uCOS 2.76 and Compile with Keil IDE-C Source Code for uCOS 2.76 Kei and Compile with l IDE
Platform: | Size: 223043 | Author: Breeze To | Hits:

[Embeded-SCM Developucos_ii_uart

Description: keil for arm 下的嵌入式ucos操作系统下的串口通讯例程
Platform: | Size: 302581 | Author: liujigan | Hits:

[Other resourceucos_hdtest

Description: UCOS在lm3s615上的移植,可以适用keil或者realview 编译
Platform: | Size: 1992508 | Author: 陈欣 | Hits:

[Other resourcelpc2368kit_port

Description: LPC2368Kit 开发板的UCOS移植!今天终于在从这个论坛上下载的LPC214X的UCOS移植代码的基础上,自己做了一些修改,把UCOS-II移植到LPC236X Kit开发板上。编译环境:KEIL FOR ARM,上传上来供大家一起研究。 by silentdawn www.mcu123.net
Platform: | Size: 122489 | Author: 李东 | Hits:

[Other resourceuCGUI_LPC214x_For_Keil

Description: 一个 uC/OS + GUI 驱动 98x67 LCD 的例程 使用 Keil MDK 编译工程,uCOS-II 为 V2.52 版,GUI 为 ZLG 的 V1.0 版,LCD 使用 NOKIA 3510I 的 LCD 模组,模组上的控制器型号为 Epson S1D15G14.
Platform: | Size: 169268 | Author: kly | Hits:

[Other resourceMS3

Description: 实用单片机系统第三版 本包包还程序阅读器souceinsight3.5 以及比较完整得单片机系统,类似与大家知道得UCOS,但又有很大不同!本包是我朋友所作现在我帮助起推广。“现在这段时间RTOS非常热,可很多人往往为了用RTOS而用RTOS,其实很多很多的项目一般的设计都已经可以了的,RTOS显得有些画蛇添足。对于一般的设计思路,往往要做很多的工作,甚至整个软件的结构不知道怎么搭建,McuSystem主要就是解决以上的问题提出的,真正为实用服务的一个系统,它全部用C语言编写,结构非常清晰,核心是它的消息机制,解决很多普通设计中的一些问题,包括并发事件问题。并且这个消息还支持优先级。我相信只要具有一般C语言水平的都能很快的看懂。系统用Source Insight做编辑,keil为编译,DPFLASH下载,这个成了标准配置,目录建在D:\\MCU51\\。这个程序是让大家去修改,以适合自己的平台用。现在简单的说一下文件的构成:boot.c是入口程序,define.h是一些宏定义,system.c是系统内核,包括节拍,消息都在这个里面,routine.c为例行程序,如键盘,数码管显示都在这个里面控制,键盘是采用扫描的。”
Platform: | Size: 3666904 | Author: friendly_QQ | Hits:

[Other resourceKeilCuCOSII

Description: 在Keil C环境下运行的uCOS-
Platform: | Size: 160303 | Author: chenxi | Hits:

[Other resourceucos_hdtest

Description: uCos应用,EasyARM615开发板的预装程序,Keil开发,LM3S615芯片
Platform: | Size: 335034 | Author: wickman | Hits:

[Other resourceuc2.51fofkeil

Description: uCOS-II2.78 for keil 3
Platform: | Size: 279407 | Author: xiaocongyin | Hits:

[Other resourceucosii_cortex_M3_keilusion3

Description: ucos-ii移植到cortex-M3,在keil usion3编辑环境下的源代码,ucos-ii为2.83版,已通过测试,使用者自己可以根据需要建立任务.
Platform: | Size: 82659 | Author: 李述军 | Hits:

[Other resource252

Description: 基于uCOS-II的串口驱动(用Keil C)
Platform: | Size: 199036 | Author: 黄金新 | Hits:

[Other resourceLPC2300ucoskeil200802021600

Description: 经我裁减过的官方LPC23XX的UCOS移植,去过了大部分的应用代码,大家直接在工程中添加任务即可,很方便的,编译环境Keil MDK。
Platform: | Size: 273075 | Author: 胡国平 | Hits:

[Other resourcelpc2200_keilmdk_uCOS2.76

Description: zlg2200+keil mdk+ucos-ii,对于想在keil mdk环境下移植ucos2.76的朋友非常有用,开发板为周公的easy2200.
Platform: | Size: 210769 | Author: 官中华 | Hits:

[Other resourceEasyARM2200_KEIL_uCOS252

Description: 提供给大家一个在keil中移植ucos-ii的朋友一个不错的工程模板.
Platform: | Size: 571503 | Author: 官中华 | Hits:

[OS Developlpc2131

Description: 在KEIL下成功使用UCOS-II嵌入式操作系统,给出其在ARM7LPC2131应用的详细代码
Platform: | Size: 777161 | Author: 郑玉峰 | Hits:

[Other resourcethe_source_of_ucos_ii_transplanted_to_keil_c51

Description: 该压缩包里面含有ucos ii被移植到keil c51环境下的源码,对初学ucos移植的人来说很有用。
Platform: | Size: 178106 | Author: 黄灿武 | Hits:
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 »

CodeBus www.codebus.net